func crypto/internal/fips140/nistec.p384B
6 uses
crypto/internal/fips140/nistec (current package)
p384.go#L113: func p384B() *fiat.P384Element {
p384.go#L129: return y2.Add(y2, p384B())
p384.go#L237: z3 := new(fiat.P384Element).Mul(p384B(), t2) // Z3 := b * t2
p384.go#L243: y3.Mul(p384B(), y3) // Y3 := b * Y3
p384.go#L281: y3 := new(fiat.P384Element).Mul(p384B(), t2) // Y3 := b * t2
p384.go#L291: z3.Mul(p384B(), z3) // Z3 := b * Z3
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)